home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Mania 2
/
MacMania 2.toast
/
Demo's
/
Tools&Utilities
/
Programming
/
Mac wt 0.04 Folder
/
MacWT.fat 0.04
/
Mac WT source
/
wt
/
view.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-05-06
|
186 b
|
12 lines
|
[
TEXT/MMCC
]
/* view.h */
typedef struct {
fixed x, y, height;
fixed angle;
fixed arc;
fixed view_plane_size;
fixed eye_distance;
} View;
extern View *new_view(fixed arc);